home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…ugust: Hack to the Future / ADC Developer CD (1992-08) (''Hack To The Future'')_iso / Dev.CD 199208.iso / Periodicals / develop / develop 8 code / Curves in Quickdraw / QD Curves / path2pict.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-09  |  116 b   |  5 lines  |  [TEXT/KAHL]

  1. #ifndef curveIncludes
  2.     #include "curves.h"
  3. #endif
  4.  
  5. void AddPath2Pict( paths* myPath, Boolean closed, Boolean fill );